home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / zwords10.zip / ZAGWORDS.DOC < prev    next >
Text File  |  1991-11-15  |  4KB  |  109 lines

  1.  
  2.                                  ZagWords v1.0
  3.                       Copyright 1991 by Randy Blackmond
  4.                               All Rights Reserved
  5.  
  6.     ZagWords is a door game for PCBoard 14.5+. The object of the game is
  7.     to form three 4-letter words using randomly generated letters. This is
  8.     trickier than it sounds because the words ar interconnected like a
  9.     crossword! The words must be found in the dictionary to be considered
  10.     valid. Each letter used in a valid word carries a point value. An invalid
  11.     word is worth zip!  When a letter is generated, the user may choose to use
  12.     the letter or to discard it. Up to 15 letters may be discarded.
  13.  
  14.     The dictionary is an ASCII text file containing all valid 4-letter words,
  15.     one word per line. Upper, lower or mixed case is unimportant.    
  16.  
  17.     INSTALLATION
  18.     ------------
  19.     To install ZagWords, copy the ZAGWORDS.EXE to the destination of your 
  20.     choice. Create a CFG file with an ASCII text editor using the following 
  21.     format: 
  22.  
  23.     Line 1: Registration Number (0 if unregistered)
  24.     Line 2: Path/Name to PCBOARD.DAT
  25.     Line 3: Path/Name to PCBOARD.SYS
  26.     Line 4: Path/Name to the Dictionary file
  27.     Line 5: Path/Name to the ZagWords Score file
  28.     Line 6: Number of games each user may play per day
  29.  
  30.     Example:
  31.  
  32.     0
  33.     C:\PCB\PCBOARD.DAT
  34.     C:\PCB\PCBOARD.SYS
  35.     C:\ZAG\ZAGWORDS.DIC
  36.     C:\ZAG\ZAGWORDS.SCR
  37.     5
  38.  
  39.     You must have a separate CFG file for each node if you run multi-node.
  40.  
  41.     Now, create a batch file for ZagWords. An example:
  42.  
  43.     @ECHO OFF
  44.     CD \ZAG
  45.     ZAGWORDS ZAGWORDS.CFG
  46.     CD \PCB
  47.     BOARD
  48.  
  49.     Install the door in your DOOR.LST file and you're all set! A sample
  50.     batch and CFG file are included in the archive.
  51.  
  52.  
  53.      
  54.     CREDITS
  55.     -------
  56.     I would like to thank John Dodson of La Cantina BBS for his wonderful
  57.     suggestions that gave birth to ZagWords!
  58.  
  59.     This door was written with GenDoor v1.0α, a Generic Turbo Pascal 6.0
  60.     Door Kit I wrote. It is not yet available to the public, but should be 
  61.     soon. If you are interested in obtaining GenDoor, contact me using one
  62.     of the methods below.
  63.  
  64.     Turbo Pascal is a registered trademark of Borland International, Inc.
  65.      
  66.     SUPPORT
  67.     -------
  68.     If you have a problem to report or would like to offer suggestions for
  69.     further enhancement of the game, you can reach the author, Randy
  70.     Blackmond, in several ways. Call Randy's Basement BBS at one of the
  71.     following numbers:
  72.        505-589-0555 USR 14.4 HST 1200-38400 baud
  73.        505-589-0632 USR 19.2 HST 1200-19200 baud
  74.        505-589-0319 USR Dual Std 1200-38400 baud
  75.     Send FIDO echomail in the Shareware or Doorware conferences. Send FIDO
  76.     netmail to 1:381/70. Send RIME echomail to ->BASEMENT in the Doors or
  77.     Shareware conferences. Call VOICE to 505-589-0317 and leave a message on
  78.     my answering machine, 24 hours a day.
  79.  
  80.     REGISTRATION
  81.     ------------
  82.     If you use ZagWords for more than a 2 week evaluation period, you are
  83.     required to register it with the author. Registration for ZagWords 1.0
  84.     is $15.00 US, $20.00 CANADA. Complete and mail the following form along 
  85.     with a check or money order made payable to Randy Blackmond OR call 
  86.     Randy's Basement and use your Visa or MasterCard to register online.
  87.  
  88.     Registration Form                                           ZagWords 1.0
  89.                                                        $15.00 US, $20.00 CAN
  90.     Randy Blackmond
  91.     RR #1 Box 634
  92.     Anthony, NM 88021
  93.  
  94.     NAME _____________________________________ VOICE PHONE _________________ 
  95.  
  96.     BBS NAME ___________________________________ BBS PHONE _________________
  97.  
  98.     REGISTRANT NAME (Sysop Name from your PCBSETUP) ________________________ 
  99.  
  100.     ARE YOU A MEMBER OF FIDONET? IF SO, YOUR NET/NODE # ____________________
  101.  
  102.     ARE YOU A MEMBER OF RIME? IF SO, YOUR NODE ID __________________________ 
  103.  
  104.     COMMENTS _______________________________________________________________
  105.  
  106.     ________________________________________________________________________
  107.  
  108.     ________________________________________________________________________
  109.